home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gTeacherCD
- set the visible of sprite 30 to 0
- set the visible of sprite 35 to 0
- set the visible of sprite 37 to 0
- set the visible of sprite 38 to 0
- set the visible of sprite 17 to 0
- if gTeacherCD then
- set the text of member "Hall of Fame Roll" to EMPTY
- else
- loadHallOfFameRoster()
- end if
- play frame "HalloFame"
- set the visible of sprite 35 to 1
- set the visible of sprite 37 to 1
- set the visible of sprite 38 to 1
- end
-